github.com/vmihailenco/bufpool.Buffer.lastRead (field)
24 uses
github.com/vmihailenco/bufpool (current package)
buffer.go#L24: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L83: b.lastRead = opInvalid
buffer.go#L118: b.lastRead = opInvalid
buffer.go#L130: b.lastRead = opInvalid
buffer.go#L149: b.lastRead = opInvalid
buffer.go#L174: b.lastRead = opInvalid
buffer.go#L201: b.lastRead = opInvalid
buffer.go#L219: b.lastRead = opInvalid
buffer.go#L234: b.lastRead = opInvalid
buffer.go#L246: b.lastRead = opRead
buffer.go#L256: b.lastRead = opInvalid
buffer.go#L264: b.lastRead = opRead
buffer.go#L279: b.lastRead = opRead
buffer.go#L297: b.lastRead = opReadRune1
buffer.go#L302: b.lastRead = readOp(n)
buffer.go#L312: if b.lastRead <= opInvalid {
buffer.go#L315: if b.off >= int(b.lastRead) {
buffer.go#L316: b.off -= int(b.lastRead)
buffer.go#L318: b.lastRead = opInvalid
buffer.go#L329: if b.lastRead == opInvalid {
buffer.go#L332: b.lastRead = opInvalid
buffer.go#L363: b.lastRead = opRead
buffer_ext.go#L14: b.lastRead = opInvalid
buffer_ext.go#L23: b.lastRead = opInvalid
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)